home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 4 / United Public Domain Gold 4.iso / scope / sc066.dms / sc066.adf / PBG / PBG.doc < prev    next >
Text File  |  1989-03-11  |  1KB  |  23 lines

  1.      Well, here is a little program that only took one night to
  2. write....isn't that amazing?  Anyway, it was inspired by one of Matt
  3. Dillon's programs that was shown at the Amiga Users Meeting.  I just thought
  4. it would be nice to have the mouse pointer go to never never land when it
  5. wasn't being used.  All it does is intercept the input from intuition and
  6. see if the mouse has been moved lately.  If it hasn't been moved for 100
  7. (change this to a different number if you want the mouse to hang around a
  8. little longer)
  9. Ticks of the inputhandler, the Sprite DMA is turned off.  As soon as the
  10. mouse is moved, the DMA is turned back on.  Simple as that.  The source code
  11. is included and was written entirely by me (all 2760 bytes).  Go ahead and
  12. do whatever with it.
  13.  
  14.      Start it up by typing:  PointerBeGone
  15.  
  16. this will load the actual program PBG and run it in the background.  This
  17. makes it simple to include in your startup-sequence.
  18.  
  19.                                  Hope you like it
  20.                                  Todd Elliott
  21.                                  3/12/89
  22.                                  Call TCCC 509-783-1931 and leave E-mail
  23.